Raw Price EAN Detail

Fetch, update, or delete a price capture by numeric ID.

HTTP: GET | PUT | DELETE /external-data/priceean/{id}

Path parameters

NameTypeRequiredDescriptionExample
idintegeryesIdentifier from the pricestest.priceean table.987654

Query parameters

NameTypeRequiredDescriptionExample
datumstringnoPrimary capture timestamp.2025-09-26 10:30:00
recrawledstringnoTimestamp of the recrawl.2025-09-26 11:00:00
domainstringnoOwning domain.example-shop.cz
domainbasestringnoNormalized domain base.example-shop.cz
tagstringnoTag supplied during capture.retail
eanstringnoEAN that uniquely identifies the product.8592331234567
confidencenumbernoMatch confidence score.0.97
pricenumbernoDetected price value.249.9
price_fullnumbernoDetected full price before discounts.279.9
curstringnoISO currency code.CZK
urlstringnoSource URL.https://example-shop.cz/product/123
instockstringnoAvailability flag.in_stock
partneridstringnoUpstream partner identifier.SKU-123

Notes

Sample request

curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/external-data/priceean/{id}"

Interactive call

Path parameters

Note: This endpoint uses path parameters. Use the "Open API Endpoint" button above to test it properly.

Queue workflow

Tasks are persisted to var/api_queue/tasks.json. Process them with:

php go.php cron:list\nphp go.php cron:go

Logs are written to var/api_queue/logs/{task_id}.log.